tooltips support padding now, just like everthing else.
// very dark backgrounds
}
- padding: 4px; /* not working */
+ padding: 4px;
border-radius: 5px;
box-shadow: none; // otherwise it gets inherited by windowframe.csd
text-shadow: 0 1px black;
decoration { background-color: transparent; }
* { // Yeah this is ugly
- padding: 4px;
background-color: transparent;
color: white;
}
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { background-color: #184472; }
/************ Tooltips * */
-tooltip { padding: 4px; /* not working */ border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }
+tooltip { padding: 4px; border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }
-tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
+tooltip.background { background-color: white; background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip decoration { background-color: transparent; }
-tooltip * { padding: 4px; background-color: transparent; color: white; }
+tooltip * { background-color: transparent; color: white; }
/***************** Color Chooser * */
colorswatch:drop(active), colorswatch { border-style: none; }
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { background-color: #2a76c6; }
/************ Tooltips * */
-tooltip { padding: 4px; /* not working */ border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }
+tooltip { padding: 4px; border-radius: 5px; box-shadow: none; text-shadow: 0 1px black; }
-tooltip.background { background-color: rgba(0, 0, 0, 0.8); background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
+tooltip.background { background-color: white; background-clip: padding-box; border: 1px solid rgba(255, 255, 255, 0.1); }
tooltip decoration { background-color: transparent; }
-tooltip * { padding: 4px; background-color: transparent; color: white; }
+tooltip * { background-color: transparent; color: white; }
/***************** Color Chooser * */
colorswatch:drop(active), colorswatch { border-style: none; }